home *** CD-ROM | disk | FTP | other *** search
- REM NGSHOW.SCR v1.0
- REM "Show Joined Groups in Newsnet"
- REM Ameol script to capture all the newsnet groups you are joined to.
- status "Running Newsnet Show Groups..."
- put "go newsnet"
- waitfor "Newsnet:"
- holdlog
- openlog "%fs('Show Newsnet Groups output filename','0','Show NG\fshowng.txt\f')"
- put "show newsgroups"
- waitfor "Newsnet:"
- closelog
- resumelog
- put "quit"
- waitfor "M:"
- status ""
- end
-
-